You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some benchmarks have degraded compared to the previous run.
Click on Show table button to see full list of degraded benchmarks.
Show table
Name
Previous
Current
Ratio
Verdict
AggDeep/size=10000-4
03387c
8bd3d8
45145.00 ns/op
57069.00 ns/op
1.26
🔴
AggWide/size=1000-4
03387c
8bd3d8
5522.00 ns/op
6223.00 ns/op
1.13
🔴
FindSequence_Random/large-4
03387c
8bd3d8
14232.04 MB/s
12657.88 MB/s
0.89
🔴
FindSequence_Random/medium-4
03387c
8bd3d8
11010.51 MB/s
9913.98 MB/s
0.90
🔴
FindSequence_Random/small-4
03387c
8bd3d8
6427.67 MB/s
5421.49 MB/s
0.84
🔴
40.85 ns/op
47.22 ns/op
1.16
🔴
ProcessDocuments-4
03387c
8bd3d8
29061.00 B/op
32768.00 B/op
1.13
🔴
101.50 MB/s
91.66 MB/s
0.90
🔴
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Use const seed and call
ResetTimer. They false report degradation too often, but it's possible to slow down on them actually.